home *** CD-ROM | disk | FTP | other *** search
- '------------------------------------------------------------------------------
- ' <autogenerated>
- ' This code was generated by a tool.
- ' Runtime Version:2.0.40607.16
- '
- ' Changes to this file may cause incorrect behavior and will be lost if
- ' the code is regenerated.
- ' </autogenerated>
- '------------------------------------------------------------------------------
-
- Option Strict On
- Option Explicit On
-
-
- Namespace My
-
- Partial Class MyApplication
- Inherits System.Windows.Forms.WindowsFormsApplicationBase
-
- <System.Diagnostics.DebuggerStepThrough()> _
- Public Sub New()
- MyBase.New(System.Windows.Forms.AuthenticationMode.Windows)
- Me.IsSingleInstance = false
- Me.EnableVisualStyles = true
- Me.ShutDownStyle = System.Windows.Forms.ShutdownMode.AfterMainFormCloses
- End Sub
-
- <System.Diagnostics.DebuggerStepThrough()> _
- Protected Overrides Sub OnCreateMainForm()
- Me.MainForm = My.Forms.MainForm
- End Sub
- End Class
- End Namespace
-